home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / park_thi.swf / scripts / DefineSprite_634 / frame_1 / DoAction.as
Encoding:
Text File  |  2010-08-12  |  163 b   |  10 lines

  1. stop();
  2. start_btn.onRelease = function()
  3. {
  4.    _root.gotoAndStop("lblgame");
  5. };
  6. back_btn.onRelease = function()
  7. {
  8.    _root.gotoAndStop("lblgameintro");
  9. };
  10.